In alpha-beta search, a procedure of eliminating unnecessary evaluation of nodes which uses alpha cutoff and beta cutoff. α-β搜索技术中,使用α修剪和β修剪对不必要的求值结点加以修剪的一种处理方法。
Improvement on alpha-beta search algorithm in Chinese chess 中国象棋Alpha-Beta搜索算法的研究与改进
At last, a test given shows that the improved heuristic chess game tree search are better than the pure alpha-beta search and the traditional heuristic search. 最后,通过测试,改进的启发式博弈树搜索比原alpha-beta搜索和传统的启发搜索在效率上有了相当的提高。